projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c831943
)
Fix geocache tags on read so we can really read archived/enabled state.
author
robertl
<robertl>
Mon, 3 Sep 2007 23:31:56 +0000
(23:31 +0000)
committer
robertl
<robertl>
Mon, 3 Sep 2007 23:31:56 +0000
(23:31 +0000)
gpx.c
patch
|
blob
|
history
diff --git
a/gpx.c
b/gpx.c
index cd7ed9f050c2ec4ccc9f4a1928fd5aecbba772ec..bf9fcfd6b1a431a76c53b40da5cafd8ecf57dacb 100644
(file)
--- a/
gpx.c
+++ b/
gpx.c
@@
-295,7
+295,9
@@
tag_mapping tag_path_map[] = {
#define GARMIN_WPT_EXT "/gpx/wpt/extensions/gpxx:WaypointExtension"
- GEOTAG( tt_cache, "cache"),
+// GEOTAG( tt_cache, "cache"),
+ { tt_cache, 1, "/gpx/wpt/groundspeak:cache" },
+
GEOTAG( tt_cache_name, "name"),
GEOTAG( tt_cache_container, "container"),
GEOTAG( tt_cache_type, "type"),